FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ontariomicdrfhirimplementationguide-0.10.00#0.9.9-beta (78 ms)

Package ontariomicdrfhirimplementationguide-0.10.00
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ontariomicdrfhirimplementationguide-0.10.00@0.9.9-beta&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Encounter
Url http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Encounter
Version 0.9.0
Status active
Date 2024-05-24T15:29:15.2006256+00:00
Name MICdrEncounter
Title Encounter Profile
Experimental False
Realm ca
Type Encounter
Kind resource

Resources that use this resource

StructureDefinition
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-DiagnosticReport DiagnosticReport Profile
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-ImagingStudy ImagingStudy Profile
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Observation Observation Profile
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-ServiceRequest ServiceRequest Profile
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-transaction-Bundle TransactionBundle

Resources that this resource uses

StructureDefinition
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Patient Patient Profile
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Practitioner Practitioner Profile
http://ontariohealth.ca/fhir/ValueSet/acCDR-encounter-class Encounter Class
http://cihi.ca/fhir/ValueSet/aac-admit-category Encounter Type
http://cihi.ca/fhir/ValueSet/aac-hospital-service Hospital Service


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "ca-on-mi-profile-encounter",
  "url" : "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Encounter",
  "version" : "0.9.0",
  "name" : "MICdrEncounter",
  "title" : "Encounter Profile",
  "status" : "active",
  "date" : "2024-05-24T15:29:15.2006256+00:00",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Encounter",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Encounter",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Encounter.meta",
        "path" : "Encounter.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.meta.profile",
        "path" : "Encounter.meta.profile",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.identifier",
        "path" : "Encounter.identifier",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.identifier.type",
        "path" : "Encounter.identifier.type",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.identifier.type.coding",
        "path" : "Encounter.identifier.type.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.identifier.type.coding.system",
        "path" : "Encounter.identifier.type.coding.system",
        "min" : 1,
        "fixedUri" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.identifier.type.coding.code",
        "path" : "Encounter.identifier.type.coding.code",
        "min" : 1,
        "fixedCode" : "VN",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.identifier.type.coding.display",
        "path" : "Encounter.identifier.type.coding.display",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.identifier.system",
        "path" : "Encounter.identifier.system",
        "definition" : "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.\n\nIn this implementation, this will be the visit OID.",
        "comment" : "Contains an OID in the urn format (urn:oid:xxxx)",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.identifier.value",
        "path" : "Encounter.identifier.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.status",
        "path" : "Encounter.status",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.class",
        "path" : "Encounter.class",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://ontariohealth.ca/fhir/ValueSet/acCDR-encounter-class"
        }
      },
      {
        "id" : "Encounter.type",
        "path" : "Encounter.type",
        "max" : "1",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "description" : "The initial status of the patient at the time of admission to the reporting facility",
          "valueSet" : "http://cihi.ca/fhir/ValueSet/aac-admit-category"
        }
      },
      {
        "id" : "Encounter.type.coding",
        "path" : "Encounter.type.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.type.coding.system",
        "path" : "Encounter.type.coding.system",
        "min" : 1,
        "fixedUri" : "http://cihi.ca/fhir/CodeSystem/aac-admit-category",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.type.coding.code",
        "path" : "Encounter.type.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.type.coding.display",
        "path" : "Encounter.type.coding.display",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.serviceType",
        "path" : "Encounter.serviceType",
        "comment" : "If hospitals send MOH defined codes, those codes will be returned in coding. If hospitals only support free text, only text field will be returned.",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "description" : "description of the Hospital Service",
          "valueSet" : "http://cihi.ca/fhir/ValueSet/aac-hospital-service"
        }
      },
      {
        "id" : "Encounter.serviceType.coding",
        "path" : "Encounter.serviceType.coding",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.serviceType.coding.system",
        "path" : "Encounter.serviceType.coding.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.serviceType.coding.code",
        "path" : "Encounter.serviceType.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.serviceType.coding.display",
        "path" : "Encounter.serviceType.coding.display",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.serviceType.text",
        "path" : "Encounter.serviceType.text",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.priority",
        "path" : "Encounter.priority",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible"
        }
      },
      {
        "id" : "Encounter.priority.coding",
        "path" : "Encounter.priority.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.priority.coding.system",
        "path" : "Encounter.priority.coding.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.priority.coding.code",
        "path" : "Encounter.priority.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.priority.coding.display",
        "path" : "Encounter.priority.coding.display",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.subject",
        "path" : "Encounter.subject",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Patient"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Encounter.participant",
        "path" : "Encounter.participant",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.participant.type",
        "path" : "Encounter.participant.type",
        "definition" : "Role of participant in encounter. For virtual visit encounter, use type \"ATND\" (attender) to indicate Host Practitioner",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required"
        }
      },
      {
        "id" : "Encounter.participant.type.coding",
        "path" : "Encounter.participant.type.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.participant.type.coding.system",
        "path" : "Encounter.participant.type.coding.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.participant.type.coding.code",
        "path" : "Encounter.participant.type.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.participant.type.coding.display",
        "path" : "Encounter.participant.type.coding.display",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.participant.individual",
        "path" : "Encounter.participant.individual",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Practitioner"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Encounter.period",
        "path" : "Encounter.period",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.period.start",
        "path" : "Encounter.period.start",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.period.end",
        "path" : "Encounter.period.end",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.length",
        "path" : "Encounter.length",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.reasonCode",
        "path" : "Encounter.reasonCode",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.reasonCode.coding",
        "path" : "Encounter.reasonCode.coding",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.reasonCode.coding.system",
        "path" : "Encounter.reasonCode.coding.system",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.reasonCode.coding.code",
        "path" : "Encounter.reasonCode.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.reasonCode.coding.display",
        "path" : "Encounter.reasonCode.coding.display",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Encounter.reasonCode.text",
        "path" : "Encounter.reasonCode.text",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.location",
        "path" : "Encounter.location",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.location.location",
        "path" : "Encounter.location.location",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.location.location.display",
        "path" : "Encounter.location.location.display",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.location.status",
        "path" : "Encounter.location.status",
        "mustSupport" : true
      },
      {
        "id" : "Encounter.location.physicalType",
        "path" : "Encounter.location.physicalType",
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.